home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 August / augusty_2000.iso / Site Building / 3DCanvas / DemoModel.3D_ / DemoModel.3D / Properties.json < prev    next >
Encoding:
JavaScript Object Notation  |  2000-04-01  |  965 b 

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "3DCanvasVersion": "Long Integer",
  5.         "QualityShadeMode": "Long Integer",
  6.         "QualityLightMode": "Long Integer",
  7.         "QualityFillMode": "Long Integer",
  8.         "Dithering": "Long Integer",
  9.         "TextureQuality": "Long Integer",
  10.         "FogMode": "Long Integer",
  11.         "FogLinearStart": "Text (50)",
  12.         "FogLinearMaximum": "Text (50)",
  13.         "FogExponentialDensity": "Text (50)",
  14.         "FogColor": "Long Integer",
  15.         "AnimationStyle": "Long Integer",
  16.         "AnimationPosition": "Long Integer",
  17.         "AnimationKeyFrames": "Long Integer",
  18.         "AnimationKeyFramesPerSecond": "Long Integer",
  19.         "BackgroundImage": "Text (255)",
  20.         "BackgroundColor": "Long Integer",
  21.         "FileType": "Long Integer"
  22.     },
  23.     "data": [
  24.         {
  25.             "ID": 1,
  26.             "3DCanvasVersion": 200,
  27.             "QualityShadeMode": 1,
  28.             "QualityLightMode": 8,
  29.             "QualityFillMode": 128,
  30.             "Dithering": 1,
  31.             "TextureQuality": 1,
  32.             "FogMode": 3,
  33.             "FogLinearStart": "10",
  34.             "FogLinearMaximum": "100",
  35.             "FogExponentialDensity": "50",
  36.             "FogColor": 0,
  37.             "AnimationStyle": 1,
  38.             "AnimationPosition": 8,
  39.             "AnimationKeyFrames": 10,
  40.             "AnimationKeyFramesPerSecond": 1,
  41.             "BackgroundColor": 0
  42.         }
  43.     ]
  44. }